home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-22 | 1.8 KB | 120 lines | [TEXT/QED1] |
- ; Logon Script for Mansion
- ;
- ; Parts written by Mark Toland
- ;
- ; Updated by James Podlasek
- ;
- ; Last modification
- ;
- ; 8/30/92
- ;
- ;
- ;
- ;
- ;
- ;
- NETWORKTIMECHECK
- IFV &0,>,0
- DISPLAY HD 60:Mansion BBS ƒ:MANSION DATA:TEXT:NET EVENT WARNING
- ENDIF
- MOVE @LIMIT,&250
- LOADUSERINFO
- LIMIT &250
- MOVE 3,&59
- SPACES &59
- MOVE 1,&50
- SPACES &50
- MOVE @NIL,&200
- PRINT
- PRINT Entering The BBS.
- PRINT
- PRINT
- PRINT
- DISPLAY HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage
- PRINT
- PRINT
- DRAW Press RETURN to continue :
- INPUT 1,&40
- PRINT
- PRINT
- PRINT
- MOVE * Welcome,&1
- CONCAT &1,&50
- CONCAT &1,&280
- IF &281,<>,&280
- CONCAT &1,&50
- MOVE aka,&30
- CONCAT &1,&30
- CONCAT &1,&50
- CONCAT &1,&281
- ENDIF
- DRAW &1
- DRAW @COMMA
- MOVE - User ID # ,&2
- MOVE @USERID,&4
- CONCAT &2,&4
- DRAW &2
- PRINT .
- PRINT --------
- DRAW * Your card color.......
- PRINT @CARD
- DRAW * Number of calls made..
- PRINT &259
- DRAW * Minutes spent online..
- PRINT &277
- DRAW * The last date called..
- PRINT &265
- DRAW * Files downloaded......
- PRINT &275
- DRAW * Files uploaded........
- PRINT &278
- DRAW * Messages Posted.......
- PRINT &276
- IF &282,=,0
- PRINT * FastKeys are turned OFF.
- PRINT * You may turn them on via the Utilities Menu
- ENDIF
- IF &282,=,1
- PRINT * FastKeys are turned ON.
- ENDIF
- PRINT --------
- OPEN HD 60:Mansion BBS ƒ:MANSION DATA:CALLS
- READ &156
- CLOSE
- DRAW ** You are caller #
- PRINT &156
- PRINT --------
- IFV &256,>,80
- PRINT
- PRINT ** High Access / Contributor Status **
- ENDIF
- /BEGIN
- PRINT
- /ENTRY
- PRINT
- PRINT
- PRINT Checking for any personal Electronic mail...
- MAIL
- IFV &0,<,1
- PRINT
- DRAW Sorry no Email at this time :(
- PRINT
- FORWARD /GETOUT
- ENDIF
- DRAW You have
- DRAW &50
- DRAW &0
- DRAW &50
- DRAW letter(s) in Email waiting.
- PRINT
- PRINT
- DRAW Would you like to read your mail now?
- INPUT 1,&2
- IF &2,<>,Y
- FORWARD /GETOUT
- ENDIF
- PRINT
- COMMANDR 30,0
- /GETOUT
- END
-